home *** CD-ROM | disk | FTP | other *** search
/ CD PowerPlay 10 / CD Powerplay Issue 10 (February 1996).iso / hints / metalt / fighting / es1.adv next >
Encoding:
Text File  |  1995-06-24  |  3.0 KB  |  97 lines

  1. REM                              Earthsiege
  2. REM
  3. REM
  4. REM               Written and Tested by Britton W. Bowman 6/20/95
  5. REM
  6. REM                                Ver 1.0
  7. REM Base Switch Settings
  8. REM Black Hat switch = Digital
  9. REM Red Switch       = Digital
  10. REM
  11. REM
  12. REM Game Settings: Select Standard Joystick 1 For Turret Control
  13. REM                and WCS Support.
  14. REM
  15. REM Notes: This version moves the turret control to the joystick and the
  16. REM        movement control and the shields to the Hat Switch.
  17. REM        It also adds three level control to the WCS II, level one is
  18. REM        the Flashcom Commands, level two is the weapons control, and
  19. REM        level three is Herc status and MFD displays.  The throttle is
  20. REM        configured so that the halfway point is full stop, full power
  21. REM        postion is full forward, and the min power postion is full reverse.
  22. REM        Feel free to change any of the button configurations and comments
  23. REM        are welcome.  Send to (Compuserve) 72122,1561
  24. REM
  25. REM Caution: Do not move the throttle unless you have entered the combat area
  26. REM          otherwise the game will exit to DOS.  The throttle control will
  27. REM          send <CRTL C> which will terminated the ES.BAT program that is
  28. REM          used to start Earthsiege.  The throttle control will work normal
  29. REM          when you are in the combat area.
  30. REM
  31.  
  32.  
  33. Mdef es1
  34.  
  35.  
  36. REM ╔════════════════════════╗
  37. REM ║(P)FCS Buttons Commands:║
  38. REM ╚════════════════════════╝
  39. GAME 2 150 THR 9 1 CTL 0 CTL 9 CTL 8 CTL 7 CTL 6 CTL 5 CTL 4 CTL 3 CTL 2 CTL 1
  40.  
  41. BTN UB Turret_Center
  42.  
  43. BTN MB Target_Select
  44.  
  45. BTN LB Link_Weapon
  46.  
  47.  
  48. REM ╔════════════════════════╗
  49. REM ║WCS II Buttons Commands:║
  50. REM ╚════════════════════════╝
  51.  
  52. BTN 1 /U Attack_My_Target
  53.       /M Target_Select
  54.       /D MFD_Status
  55.  
  56. BTN 2 /U Join_On_Me
  57.       /M Next_Chain
  58.       /D MFD_Map
  59.  
  60. BTN 3 /U Fire_At_Will
  61.       /M Next_Weapon
  62.       /D MFD_Radar
  63.  
  64. BTN 4 /U Scan_For_Enemy
  65.       /M Radar_Mode
  66.       /D MFD_Target
  67.  
  68. BTN 5 /U Rader_Off
  69.       /M Radar_Range
  70.       /D MFD_Missle
  71.  
  72. BTN 6 /U Help_Me_Out
  73.       /M Auto_Target_Trac
  74.       /D /P HDD_Status /R /N Cockpit
  75.  
  76. BTN HU /N Front_Shield
  77.  
  78. BTN HR Turn_Right
  79.  
  80. BTN HL Turn_Left
  81.  
  82. BTN HD /N Rear_Shield
  83.  
  84.  
  85.  
  86. REM ╔═══════════════════════════════════════════════════════════════════╗
  87. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR ║
  88. REM ║ THE MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT ║
  89. REM ║ THRUSTMASTER at 503-639-3200 TO INQUIRE ABOUT UPGRADING TO THE    ║
  90. REM ║ NEW CHIP AND MICROCODE!!!!                                        ║
  91. REM ║                                                                   ║
  92. REM ║ How can you tell if you have the new chip and microcode?  At the  ║
  93. REM ║ C:\MARK2 Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it    ║
  94. REM ║ says "File not found then you have the old microcode version that ║
  95. REM ║ uses DOWNLOAD.EXE instead.                                        ║
  96. REM ╚═══════════════════════════════════════════════════════════════════╝
  97.